home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
cli
/
system2.arc
/
LOOP.XSL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-11-20
|
231 b
|
18 lines
*
* loop.xsl
*
* Sample loop construct
*
set %i=0
. loop
echo "This is line "
echo %i
echo
incr %i
if istrue %i{10; goto loop; endif
unset %i
exit